home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Microsoft Windows 95 Recource Kit Utilities
/
Recouce Kit Utilities.iso
/
rkutil
/
aniedit.inf
next >
Wrap
INI File
|
1995-10-12
|
4KB
|
108 lines
; ANIEDIT.INF
; This is the Setup information file to install the animated cursor editor
; Copyright (c) 1993-1995 Microsoft Corporation
[version]
LayoutFile=rklayout.inf
signature="$CHICAGO$"
SetupClass=BASE
[DestinationDirs]
Register.Copy = 17 ; LDID_INF
rklayout.copy = 17 ; LDID_INF
AniEditCopyFiles = 24,%OEM_PROGRAMF%\%OEM_RESOURCE% ; LDID_APPS\Program Files\Resource Kit
ANIEDIT.HLP.Copy = 18 ; LDID_HELP
[Optional Components]
Aniedit
[Aniedit]
OptionDesc = %AniImageEdit_Desc%
Tip = %ANIEDIT_TIP%
CopyFiles = AniEditCopyFiles, ANIEDIT.HLP.Copy, Register.Copy, rklayout.copy
UpdateInis = ANIEDIT.Inis
AddReg = AniEditReg, ANIEDIT.install.reg, Register.AddReg
InstallType = 0 ;Manual only
IconIndex = 45 ;Default (diamond) mini-icon for dialogs
Uninstall = ANIEDIT_remove
[ANIEDIT_remove]
DelFiles = AniEditCopyFiles, ANIEDIT.HLP.Copy, Register.Copy
DelReg = UnRegister.DelReg
UpdateInis = ANIEDIT.Rem.Inis
[rklayout.copy]
rklayout.inf
[Register.Copy]
aniedit.inf
[AniEditCopyFiles]
aniedit.exe
imagedit.exe
aniedit.txt
[ANIEDIT.HLP.Copy]
imagedit.hlp
[Register.AddReg]
;Create entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\aniedit,DisplayName,,%AniImageEdit_Desc%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\aniedit,UninstallString,,"RunDll setupx.dll,InstallHinfSection ANIEDIT_Remove 4 ANIEDIT.INF"
[UnRegister.DelReg]
;Remove entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\aniedit
[AniEditReg]
; create the long-name for "Program Files"
; Note that when you rename a long name, VFAT changes the short name from
; foobar~1 to foobar~2. To avoid this, we introduce a work around in the form of
; an intermediate rename
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,,"%Old_Program_Files%" ; review - leave in for M8
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!$!$!$!$.$!$
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,,"%Program_Files%,1"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,"%24%\%PROGRAMF%"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%RESOURCE%,,!$!$!$!$.$!$
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.$!$,,"%ResourceKit%,1"
[ANIEDIT.Inis]
setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%" ;creates folder
setup.ini, group11,, """%Aniedit_Desc%"", %24%\%OEM_PROGRAMF%\%OEM_RESOURCE%\ANIEDIT.EXE,,, aniedit" ;creates link
setup.ini, group11,, """%Imagedit_Desc%"", %24%\%OEM_PROGRAMF%\%OEM_RESOURCE%\IMAGEDIT.EXE,,, imagedit" ;creates link
[ANIEDIT.Rem.Inis]
setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%" ;creates folder
setup.ini, group11,, """%Aniedit_Desc%""" ;deletes link
setup.ini, group11,, """%Imagedit_Desc%""" ;deletes link
[Strings]
RKTOOLS_DESC = "Resource Kit"
AniImageEdit_Desc = "Animated Cursor Editor and Image Editor"
Aniedit_Desc = "Animated Cursor Editor"
Imagedit_Desc = "Image Editor"
ANIEDIT_TIP = "Allows you to edit or create animated cursors and icons"
DSK = "Windows 95 Resource Kit"
; Directory names - note that that short versions must match the truncated
; 8 char names for the long versions, or else there will be problems.
; also need to put the short versions in the [DestinationDirs] section above
; Used by wordpad, hypertrm, backup, paint, & MSN
Program_Files = "Programme" ; changed for the German version of Windows 95
PROGRAMF = "Progra~1" ; first 6 chars of Program_Files, + "~1"
OEM_PROGRAMF = "Progra~1" ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
ResourceKit = "Resource Kit"
RESOURCE = "Resour~1" ; first 6 chars of Resource Kit, + "~1"
OEM_RESOURCE = "Resour~1" ; first 6 chars of Resource Kit, + "~1" - in OEM codepage (not Ansi)